[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vitest. An vitest environment with support for testing code that needs a Nuxt runtime environment
nuxt nuxt-module testing unit-testing vitest
0

Configure Feed

Select the types of activity you want to include in your feed.

nuxt-vitest / playground / pages / [...slug].vue
119 B 9 lines
1<template> 2 <div>{{ $route.fullPath }}</div> 3</template> 4 5<script setup> 6definePageMeta({ 7 slug: 'foo', 8}) 9</script>